home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Fight
/
sabermania.swf
/
scripts
/
DefineSprite_246_emanobg
/
frame_31
/
DoAction.as
Wrap
Text File
|
2006-05-08
|
294b
|
17 lines
if(_root.sabertype == "flashsaber")
{
_root.opphealth -= (_root.flashsaber.light._width - 75) / 8;
if(_root.opphealth <= 0)
{
_root.opphealth = 0;
gotoAndStop("lost");
play();
}
}
else
{
_root.opphealth = 0;
gotoAndStop("dead");
play();
}